This show method returns all data elements for specified
CoreOne Tag Allocations.
Below are the search criteria that can be used to specify which Tag Allocations will be returned. If no search criteria is provided all Tag Allocations are returned.
Request Body Parameters
| Name | Description | Data Type |
| token | This is a 40-character hexadecimal string.
 |
This token should have been obtained at the commencement of a session using the Login (Method). It is required for all functional CoreOne web services. |
| xml:string |
| tag_type_id | This is an internal CoreOne Tag Type id. This can be used to display a list of Tag Allocations that belong to a specified Tag Type. This is not a required parameter.
| xml:int |
| start_date | This can be used to further refine the search by only displaying Tag Allocations after a specified date. This is not a required parameter. | xml:date |
| page | Results from this method are paginated; this parameter specifies the page number you wish returned. If omitted, the default page number is 1.
| xml:int |
| limit | Results from this method are paginated; this parameter specifies the number of items per page that are returned. If omitted, the default limit is 15. This is to prevent mass data extraction.
| xml:int |
This will return a list of CoreOne Tag Allocations along with a summary of each allocation's details.
Response Body Parameters